﻿
/* =================================== */
/*	Basic Style 
/* =================================== */

@font-face {
    font-family: 'distant_strokemedium';
    src: url('fonts/distant_stroke_medium-webfont.eot');
    src: url('fonts/distant_stroke_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/distant_stroke_medium-webfont.woff2') format('woff2'),
         url('fonts/distant_stroke_medium-webfont.woff') format('woff'),
         url('fonts/distant_stroke_medium-webfont.ttf') format('truetype'),
         url('fonts/distant_stroke_medium-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FuturaLighItalic';
    src: url('fonts/FuturaLighItalic.eot');
    src: url('fonts/FuturaLighItalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/FuturaLighItalic.woff2') format('woff2'),
         url('fonts/FuturaLighItalic.woff') format('woff'),
         url('fonts/FuturaLighItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Futuxkci';
    src: url('fonts/Futuxkci.eot');
    src: url('fonts/Futuxkci.eot?#iefix') format('embedded-opentype'),
         url('fonts/Futuxkci.woff2') format('woff2'),
         url('fonts/Futuxkci.woff') format('woff'),
         url('fonts/Futuxkci.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.border {
  border-right: 1px solid #3C3C3B;
  border-left: 1px solid #3C3C3B;
}
.error {
  color: #fff;
  font-size: 12px;
  font-weight: 100;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
}
.name {
  font-family: 'distant_strokemedium';
  font-size: 35px;
  color: #fff;
  line-height: 30px;
}
.form-group {
    margin-bottom: 12px;
}
.header-video {
  position: relative;
  overflow: hidden;
}

.header-video iframe,
.header-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.header-video iframe {
  height: 100%;
  width: 100%;
}

.header-video video {
  width: 100%;
}

.header-video__teaser-video {
  width: 100%;
  height: auto; 
}

.header-video__media {
  width: 100%;
  height: auto;
}


body {
    background-color: transparent;
    font-family: 'Roboto', sans-serif;
    line-height: 21px;
	   font-size: 13px;
    color: #6a737b;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

a {
    color: #fff;
	
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: #6CB670;
}

h1, h2, h3,
h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

span.color {
	color: #0feb9e;
}
.let {
   font-family: 'distant_strokemedium';
  color: #93C021;
  font-size: 30px;
}
body > section,
.footer {
	/*padding: 70px 0;*/
	padding: 15px 0;
}
#works {
  padding-bottom: 0px;
}
.title {
  padding-top: 10px ;
  padding-bottom: 10px;
}
.more {
  padding-top: 20px ;
  padding-bottom: 30px;
  background-color: #70706F;
  color: #fff;
}
.sec-title {}

.sec-title h2 {
  color: #000;
  font-size: 28px;
  font-weight: 100;
}
.sec-title span {
  font-family: 'Futuxkci';
  color: #93C021;
  font-size: 45px;
}

.devider {
  margin-top: 30px;
}

.devider i {
  color: #cccccc;
}

.devider:before,
.devider:after {
  content: "______________________";
  color: #e6e8ea;
  position: relative;
  bottom: 6px;
}

.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}

.mb50 {
	margin-bottom: 50px;
}

#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100;
}

#preloader > img {
  left: 47%;
  position: absolute;
  top: 48%;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    /* box-shadow: 0 0 5px #ccc; */
    border: 0px solid #fff;
    left: -5px;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.bx-wrapper .bx-prev {
    left: -50px;
    background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: -40px;
    background: url(images/controls.png) no-repeat -43px -32px;
}
/*=========================================
	Header
==========================================*/

#navigation {
  background-color: rgba(0, 0, 0, 0.5);
  border: 0 none;
  margin: 0;
  padding-bottom: 5px;
    -webkit-transition: background-color 800ms linear;
       -moz-transition: background-color 800ms linear;
	    -ms-transition: background-color 800ms linear;
         -o-transition: background-color 800ms linear;
			transition: background-color 800ms linear;
}

.navbar-toggle i {
	color: #fff;
}

.navbar-brand {
  padding: 0;
}

.navbar-nav li a {
	border-top: 1px solid transparent;
  font-size: 10px;
}

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
	background-color: transparent;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.info-header {
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.4); 
}



/*=========================================
	Slider
==========================================*/

#slider {
	padding: 0;
}


#slider .carousel-inner .item {
  background-size: cover;
}

.carousel-caption {
  top: 50%;
}
#slider h3 {
  background-color: rgba(139,178,54,0.7);
  border-radius: 10px;
  padding: 10px;
}

.carousel-indicators {
  bottom: 10px;
  left: inherit;
  margin: 0;
  right: 30px;
  top: 49%;
  width: 0;
}

.carousel-indicators li {
  border: 1px solid rrgba(147,192,33,1);
  height: 8px;
  width: 8px;
}

.carousel-indicators .active {
  height: 8px;
  width: 8px;
  background-color: rgba(147,192,33,1);
}

#contacto-home {
  position: absolute;
  top: 13%;
  right: 5%;
  background-color: rgba(147,192,33,0.7);
  padding-top: 10px;
  padding-bottom: 10px;
}
#contacto-home h2 {
  color: #fff;
  margin-bottom: 20px;
  font-family: 'distant_strokemedium';
  font-size: 60px;
}
#contacto-home input {
  border-radius: 0px;
}
#contacto-home textarea {
  border-radius: 0px;
}
#contacto-home button {
  border-radius: 0px;
  color: #706F6F; 
  -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
#contacto-home button:hover {
  background-color: rgba(147,192,33,1);
  color: #fff;
  border: 1px solid #fff;
}
/*=========================================
	Features
==========================================*/

.features {
  background-color: #93C021;
  color: #fff;
}
.owl-controls {
  bottom: -45px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  border: 1px solid #fff;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 4px;
  width: 8px;
}

.owl-controls .owl-page.active span {
  background: #fff;
  border: 0;
}

.service-icon {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  float: left;
  padding: 10px 13px;
}

.service-desc {
  position: relative;
  top: 5px;
}

.service-desc h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 20px;
}


.service-item img {
  -webkit-transition: all 450ms ease-out 0s;  
     -moz-transition: all 450ms ease-out 0s;
     -o-transition: all 450ms ease-out 0s;
        transition: all 450ms ease-out 0s;
      
  -webkit-transform: rotateY(180deg) scale(0.5,0.5);
     -moz-transform: rotateY(180deg) scale(0.5,0.5);
    -ms-transform: rotateY(180deg) scale(0.5,0.5);
     -o-transform: rotateY(180deg) scale(0.5,0.5);
      transform: rotateY(180deg) scale(0.5,0.5);
}

.service-item:hover img {
  -webkit-transform: rotateY(0deg) scale(1,1);
     -moz-transform: rotateY(0deg) scale(1,1);
    -ms-transform: rotateY(0deg) scale(1,1);
     -o-transform: rotateY(0deg) scale(1,1);
        transform: rotateY(0deg) scale(1,1);
}
.service-item p {
  text-align: justify;
}
/*=========================================
	Our Works
==========================================*/
.works {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.work-filter {
  margin-bottom: 35px;
}

.work-filter ul li {
    display: inline-block;
}

.work-filter ul li a {
  color: #062033;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 17px;
  border-radius: 6px;
  text-transform: capitalize;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
  background-color: #93C021;
  border-radius: 6px;
  color: #fff;
  padding: 5px 17px;
}

.mix {
    display: none;
}

.work-item {
    float: left;
    width: 25%;
    position: relative;
}

.work-item > img {
  display: block;
  height: auto;
  max-width: 100%;
  height: 240px;
}

.overlay {
	background-color: #93C021;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);
}

.work-item:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.work-item .overlay a {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-top: 20%;
  padding: 7px 10px;
}

.work-item .overlay a:hover {
  color: #fff;
}

.work-item .overlay h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 25px 0 8px;
}

.work-item .overlay p {
  font-size: 14px;
  line-height: 24px;
}
.ver {
  color: #fff;
  border: 1px solid #fff;
  padding-right: 20px;
  padding-left:  20px;
  background-color: transparent;

  -webkit-transition: all 450ms ease-out 0s;  
     -moz-transition: all 450ms ease-out 0s;
     -o-transition: all 450ms ease-out 0s;
        transition: all 450ms ease-out 0s;
}
.ver:hover{
  color: #70706F;
  border: 1px solid #fff;
  padding-right: 20px;
  padding-left:  20px;
  background-color: #fff;
}

/*=========================================
	Our Team Member
==========================================*/
.team {
  background-image: url(../img/back.png);
  background-repeat: no-repeat;
  background-position: left;
}
#franquicias {
  background-image: url(../img/franquicias.png);
  background-repeat: no-repeat;
  background-position: left top;
}

/*=========================================
	Some fun facts
==========================================*/

#facts {
	background-color: #706F6F;
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}
#facts h2 {
  color: #fff !important;
}
.facts .devider:before,
.facts .devider:after {
	color: #737C85;
}

.facts .devider i {
	color: #fff;
}
#facts .carousel-caption {
  top: 5%;
}
.parallax-overlay {
	background-color: #706F6F;
	padding: 70px 0;
}

.carousel-control.right {
    right: 0;
    left: auto;
    top: 50%;
   background-image: none !important;
   z-index: 999999999;
}

.carousel-control.left {
    right: 0;
    right:  auto;
    top: 50%;
   background-image: none !important;
   z-index: 999999999;
}
/*=========================================
	Nosotros
==========================================*/
#nosotros {
  background-color: #93C021;
  color: #fff;
}
#nosotros h2 {
  color: #fff;
}
#nosotros span {
  color: #fff;
}
#map_canvas {
  height: 215px;
  width: 100%;
}

.video {
  border: 4px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: -1px 17px 20px -3px rgba(0,0,0,0.36);
  -moz-box-shadow: -1px 17px 20px -3px rgba(0,0,0,0.36);
  box-shadow: -1px 17px 20px -3px rgba(0,0,0,0.36);
}
iframe {
  border-radius: 10px;
}


/*=========================================
	Contact Us
==========================================*/


.footer {
  background-color: #DADADA;
  color: #3C3C3B;
}
.footer ul{
  margin-left: 10px;
}
.footer li:before {
    content: "- ";
    color: #93C021; /* or whatever color you prefer */
    font-size: 15px;
}
footer i {
    -webkit-transition: all 450ms ease-out 0s;  
     -moz-transition: all 450ms ease-out 0s;
     -o-transition: all 450ms ease-out 0s;
        transition: all 450ms ease-out 0s;
  margin: 10px;
  color: #93C021;
}
.footer a {
  color: #93C021;
}
.footer a:hover i{
  color: #ccc;
}

.footer-single {
  line-height: 1px;
}

.footer-single ul {
  }

.footer-single li {
  line-height: 20px;
}
.copyright {
  background-color: #93C021;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

#back-top {
  bottom: 20px;
  position: fixed;
  right: 50px;
  z-index: 9;
}